/* 试题篮按钮 */

.m-layer-skin .layui-layer-btn .layui-layer-btn0 {
  border-color: #333;
  background-color: #fff;
  color: #333;
}

.m-layer-skin .layui-layer-btn .layui-layer-btn1 {
  border-color: #1E9FFF;
  background-color: #1E9FFF;
  color: #fff;
}

/* 客服QQ、试题篮 */
.qqChatBtn {
  font: 12px/1.5 arial, 'microsoft yahei', "\5B8B\4F53", sans-serif;
  position: fixed;
  font-family: 'Helvetica Neue', Helvetica, 'Microsoft Yahei', Arial, sans-serif;
  font-size: 14px;
  line-height: 24px;
  color: #0C0C0C;
  text-align: center;
  cursor: pointer;
  z-index: 1147483645;
  width: auto;
  box-sizing: content-box !important;
  display: block;
  background-color: #fff;
  border: 1px solid #0C0C0C;
  border-radius: 10px 0px 0px 10px;
  right: -1px;
  bottom: 50%;
  padding: 10px 8px;
  margin-top: 47px;
}

.qqChatBtn a {
  text-decoration: none;
}

.qqChatBtn a:hover {
  text-decoration: none;
}

.qqChatBtn a img {
  width: 30px;
  height: 30px;
}

.qqChatBtn a span {
  color: #0C0C0C;
  word-break: break-all;
  overflow-wrap: break-word;
  display: block;
  padding: 0px 6px;
}

.qqChatBtn span span {
  color: #0C0C0C;
  word-break: break-all;
  overflow-wrap: break-word;
  display: block;
  padding: 0px 6px;
  margin-top: 5px;
  margin-bottom: 5px;
}

.qqChatBtn span img {
  width: 20px;
  height: 20px;
}

/* 动画 */
@-webkit-keyframes flipout {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }

  100% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
}

@keyframes flipout {
  0% {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
  }

  100% {
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
  }
}

.f-a-flipout {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: flipout;
  animation-name: flipout;
}

@-webkit-keyframes flipin {
  0% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }

  100% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}

@keyframes flipin {
  0% {
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
  }

  100% {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
  }
}

.f-a-flipin {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: flipin;
  animation-name: flipin;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }

  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}

.f-a-pulse {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

.f-a-rotate {
  transform: rotate(0deg);
  transition: all .3s;
}

.f-a-rotate:hover {
  transform: rotate(180deg);
}

@-webkit-keyframes jump {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  50% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes jump {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  50% {
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.f-a-jump {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: jump;
  animation-name: jump;
}

.f-a-d-0_5s {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
}

.f-a-d-1s {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}

/* public */
.gWidth {
  margin: auto;
  width: 1200px;
}

.f-f0 {
  font-size: 0;
}

.f-ib {
  display: inline-block;
}

.f-dn {
  display: none;
}

.f-di {
  display: inline;
}

.f-f0tc {
  font-size: 0;
  text-align: center;
}

.f-ibm {
  display: inline-block;
  vertical-align: middle;
}

.f-ibt {
  display: inline-block;
  vertical-align: top;
}

.f-fl {
  float: left;
}

.f-fr {
  float: right;
}

.f-unselect {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -khtml-user-select: none;
  user-select: none;
}

.f-btn {
  cursor: pointer;
}

.f-btn:hover {
  opacity: 0.8;
}

.f-toe {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.f-tar {
  text-align: right;
}

/* 微信支付 */
.m-wxPay .wxImgBox {
  margin-bottom: 6px;
  padding: 2px;
  width: 172px;
  height: 172px;
  box-sizing: border-box;
  border: 1px solid rgba(75, 180, 20, 1);
}

.m-wxPay .wxImgBox .wxCode {
  display: block;
  width: 165px;
  height: 165px;
}

.m-wxPay .textG {
  width: 172px;
  height: 40px;
  background: rgba(75, 180, 20, 1);
  line-height: 40px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(255, 254, 254, 1);
  position: relative;
  text-indent: 20px;
  text-align: center;
}

.m-wxPay .textG::after {
  content: '';
  margin-top: -14px;
  width: 28px;
  height: 28px;
  background: url(/static/new_pay/images/pay/icon_wx.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  left: 23px;
  z-index: 10;
}

/* 支付宝支付 */

.m-zfbPay {
  cursor: pointer;
}

.m-zfbPay:hover {
  opacity: 0.8;
}

.m-zfbPay .zfbImgBox {
  margin-bottom: 6px;
  width: 172px;
  height: 172px;
  box-sizing: border-box;
  border: 1px solid rgba(0, 159, 232, 1);
}

.m-zfbPay .zfbImgBox .zfbImg {
  margin: 38px auto 0;
  width: 75px;
  height: 96px;
}

.m-zfbPay .textG {
  width: 172px;
  height: 40px;
  background: rgba(0, 159, 232, 1);
  line-height: 40px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(255, 254, 254, 1);
  position: relative;
  text-indent: 20px;
  text-align: center;
}

.m-zfbPay .textG::after {
  content: '';
  margin-top: -14px;
  width: 28px;
  height: 28px;
  background: url(/static/new_pay/images/pay/icon_zfb.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  left: 23px;
  z-index: 10;
}


/* 滑块样式 */
.u-slidebar {
  width: 300px;
  height: 36px;
  border: 1px solid rgba(225, 225, 225, 1);
  position: relative;
}

.u-slidebar .bg {
  line-height: 36px;
  font-size: 14px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: rgba(90, 90, 90, 1);
  text-align: center;
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  z-index: 13;
}

.u-slidebar .progress {
  width: 10px;
  background: #CDE1FF;
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  z-index: 10;
}

.u-slidebar .handle {
  width: 52px;
  height: 36px;
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  z-index: 15;
  cursor: pointer;
}

.u-slidebar .icon_arrow_right {
  background: rgba(54, 132, 248, 1);
}

.u-slidebar .icon_arrow_right::after {
  content: '';
  background: url(/static/new_pay/images/login/icon_arrow_right.png) no-repeat;
  background-size: 29px 19px;
  background-position: 11px 9px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 10;
}

.u-slidebar .handle.icon_checked {
  background: white;
}

.u-slidebar .icon_checked::after {
  content: '';
  background: url(/static/new_pay/images/login/icon_checked.png) no-repeat;
  background-size: 18px 13px;
  background-position: 16px 12px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 10;
}


/* 全局login系列弹窗box */
.m-loginModel {
  box-shadow: none !important;
  background: none !important;
}

/* 全局头部 */
.m-navHeader {
  background: rgba(237, 244, 255, 1);
  text-align: left;
}

.m-navHeader.pub {
  min-width: 1200px;
}

.m-navHeader .ct {
  margin: 0 auto;
  width: 960px;
  height: 40px;
}

.m-navHeader .tct {
  height: 40px;
}

.m-navHeader .left {
  display: inline-block;
  font-size: 0;
  line-height: 40px;
}

.m-navHeader .left .logo {
  float: none;
  display: inline;
  line-height: 40px;
  font-size: 18px;
  font-family: Source Han Sans CN;
  font-weight: bold;
  font-style: italic;
  color: rgba(36, 121, 250, 1);
}

.m-navHeader .left .text {
  display: inline;
  line-height: 14px;
  font-size: 14px;
  font-family: Source Han Sans CN;
  font-weight: bold;
  font-style: italic;
  color: #2B2B2B;
}

.m-navHeader .right {
  float: right;
  font-size: 0;
}

.m-navHeader .vipG {
  margin: 5px 10px 0;
  display: inline-block;
  vertical-align: top;
  position: relative;
}

.m-navHeader .right .vip {
  display: block;
  width: 100px;
  height: 30px;
  background: linear-gradient(0deg, rgba(255, 173, 44, 1) 0%, rgba(255, 113, 63, 1) 100%);
  border-radius: 4px;
  line-height: 30px;
  font-size: 16px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: rgba(255, 255, 255, 1);
  text-align: center;
  cursor: pointer;
}

.m-navHeader .right .vip:hover {
  background: rgba(255, 117, 61, 1);
}

.m-navHeader .right .m-navLogin.hide {
  display: none;
}

.m-navHeader .right .m-navLogin {
  display: inline-block;
  margin-top: 5px;
  vertical-align: top;
  line-height: 30px;
  height: 30px;
}

.m-navHeader .right .loginBtn {
  display: inline-block;
  vertical-align: middle;
  padding: 0 12px;
  box-sizing: border-box;
  height: 30px;
  line-height: 28px;
  background: rgba(237, 244, 255, 1);
  border: 1px solid rgba(39, 124, 250, 1);
  border-radius: 4px;
  font-size: 16px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: rgba(37, 122, 250, 1);
  cursor: pointer;
  position: relative;
}

.m-navHeader .right .loginBtn:hover {
  background: rgba(39, 124, 250, 1);
  color: white;
}

.m-navHeader .uGroup.hide {
  display: none;
}

.m-navHeader .uGroup {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}

.m-navHeader .uGroup .label {
  display: block;
  cursor: pointer;
}

.m-navHeader .uGroup .label .labelpic {
  width: 30px;
  height: 30px;
  border-radius: 50%;
}

.m-navHeader .uGroup .label .labelId {
  margin-left: 10px;
  line-height: 40px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #333333;
}

.m-navHeader .uGroup .dropGroup {
  display: none;
  padding: 5px 0px;
  width: 300px;
  background: white;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 40px;
  right: 0;
  z-index: 999999;
}

.m-navHeader .uGroup:hover .dropGroup {
  display: block;
}

/* old code */
.m-navHeader .dropGroup.old {
  width: 120px;
}

.m-navHeader .dropGroup .oldItem {
  display: block;
  line-height: 24px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  color: #333333;
  text-align: center;
  cursor: pointer;
}

.m-navHeader .dropGroup .oldItem:hover {
  color: #1E9FFF;
}

.m-navHeader .dropGroup .oldItem+.oldItem {
  border-top: 1px solid #cccccc;
}

/* old code end*/

.m-navHeader .dropGroup .userRow {
  padding: 23px 23px;
}

.m-navHeader .dropGroup .userRow .headpic {
  margin-right: 18px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
}

.m-navHeader .dropGroup .userRow .msg {
  width: 170px;
}

.m-navHeader .dropGroup .userRow .row1 {
  margin-bottom: 10px;
}

.m-navHeader .dropGroup .userRow .name {
  margin-right: 10px;
  max-width: 102px;
  line-height: 20px;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
}

.m-navHeader .dropGroup .userRow .iconphone {
  margin-right: 8px;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.m-navHeader .dropGroup .iconphone.on {
  background-image: url(/static/web_site/images/public/navhead/phone_on.png);
}

.m-navHeader .dropGroup .iconphone.off {
  background-image: url(/static/web_site/images/public/navhead/phone_off.png);
}

.m-navHeader .dropGroup .userRow .iconbox {
  position: relative;
}

.m-navHeader .dropGroup .userRow .iconbox .icon {
  display: block;
  width: 30px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  cursor: pointer;
}

.m-navHeader .dropGroup .userRow .icon_vip {
  background-image: url(/static/web_site/images/public/navhead/icon_vip.png);
}

.m-navHeader .dropGroup .userRow .icon_unvip {
  background-image: url(/static/web_site/images/public/navhead/icon_unvip.png);
}

.m-navHeader .dropGroup .userRow .vipTips {
  display: none;
  box-sizing: border-box;
  padding: 10px;
  width: 144px;
  background: #FFFFFF;
  border: 1px solid #E6E6E6;
  border-radius: 4px;
  line-height: 16px;
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  text-align: center;
  position: absolute;
  top: 20px;
  right: -22px;
  z-index: 10;
}

.m-navHeader .dropGroup .userRow .iconbox:hover .vipTips {
  display: block;
}

.m-navHeader .dropGroup .vipTips .type {
  color: #FF6400;
}

.m-navHeader .dropGroup .vipTips .timenum {
  color: #999999;
}

.m-navHeader .dropGroup .vipTips .tiplink {
  color: #1E9FFF;
  text-decoration: underline;
}

.m-navHeader .dropGroup .userRow .idct {
  line-height: 12px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666666;
}

.m-navHeader .dropGroup .vip_jump {
  box-sizing: border-box;
  display: block;
  margin-bottom: 20px;
  padding-top: 20px;
  height: 120px;
  text-align: center;
  background: url(/static/web_site/images/public/navhead/navbg.png) no-repeat;
  background-size: 100% 100%;
}

.m-navHeader .dropGroup .vip_jump .tit {
  margin-bottom: 10px;
  line-height: 24px;
  font-size: 24px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #FFFFFF;
}

.m-navHeader .dropGroup .vip_jump .timer {
  margin-bottom: 10px;
}

.m-navHeader .dropGroup .vip_jump .num,
.m-navHeader .dropGroup .vip_jump .text {
  line-height: 16px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #FFFFFF;
}

.m-navHeader .dropGroup .vip_jump .num {
  width: 40px;
}

.m-navHeader .dropGroup .vip_jump .millisecondnum {
  width: 60px;
}

.m-navHeader .dropGroup .vip_jump .jump {
  display: block;
  margin: auto;
  width: 100px;
  height: 28px;
  line-height: 28px;
  background: linear-gradient(-20deg, #FF6400, #FF9600);
  box-shadow: 0px 5px 5px 0px rgba(204, 82, 0, 0.5);
  border-radius: 4px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
}

.m-navHeader .dropGroup .msgList {
  padding: 0px 20px 0;
}

.m-navHeader .dropGroup .msgList .row {
  display: block;
  border-bottom: 1px solid #F2F2F2;
  cursor: pointer;
}

.m-navHeader .dropGroup .msgList .icon {
  margin-right: 10px;
  width: 25px;
  height: 25px;
  background-repeat: no-repeat;
  background-size: 15px 15px;
  background-position: center center;
}

.m-navHeader .dropGroup .msgList .icon_down {
  background-image: url(/static/web_site/images/icons/icon_download.png);
}

.m-navHeader .dropGroup .msgList .icon_fav {
  background-image: url(/static/web_site/images/icons/icon_collection.png);
}

.m-navHeader .dropGroup .msgList .icon_user {
  background-image: url(/static/web_site/images/icons/icon_user.png);
}

.m-navHeader .dropGroup .msgList .icon_vip {
  background-image: url(/static/web_site/images/public/navhead/vip.png);
  background-size: 25px 25px;
}

.m-navHeader .dropGroup .msgList .txt {
  line-height: 44px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
}

.m-navHeader .dropGroup .msgList .link {
  margin-top: 17px;
  line-height: 12px;
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999999;
}

.m-navHeader .dropGroup .msgList .actBtn {
  margin-top: 10px;
  width: 66px;
  height: 24px;
  line-height: 24px;
  background: linear-gradient(90deg, #FF9500 0%, #FF6600 100%);
  opacity: 1;
  border-radius: 4px;
  text-align: center;
  font-size: 12px;
  color: white;
}

.m-navHeader .dropGroup .msgList .actBtn:hover {
  background: #FF9500;
}

.m-navHeader .dropGroup .msgList .row:hover .txt,
.m-navHeader .dropGroup .msgList .row:hover .link {
  color: #1E9FFF;
}

.m-navHeader .dropGroup .msgList .viptxt {
  width: 60px;
}

.m-navHeader .dropGroup .msgList .smtxt {
  margin-left: 50px;
  width: 108px;
  line-height: 14px;
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999999;
  text-align: right;
}

.m-navHeader .dropGroup .msgList .red {
  color: #FF3333;
}

.m-navHeader .dropGroup .actions {
  padding: 15px 25px;
}

.m-navHeader .dropGroup .actions .setting {
  padding-left: 20px;
  line-height: 14px;
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999999;
  background: url(/static/web_site/images/icons/icon_setting.png) no-repeat;
  background-size: 14px 14px;
  background-position: 0px;
}

.m-navHeader .dropGroup .actions .logout {
  padding-left: 20px;
  line-height: 14px;
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999999;
  cursor: pointer;
  background: url(/static/web_site/images/icons/icon_logout.png) no-repeat;
  background-size: 14px 14px;
  background-position: 0px;
}

.m-navHeader .dropGroup .actions .setting:hover,
.m-navHeader .dropGroup .actions .logout:hover {
  color: #1E9FFF;
}

/* 搜索 */
.m-search {
  min-width: 1200px;
  padding-top: 17px;
  height: 70px;
  box-sizing: border-box;
  background: white;
  text-align: center;
}

.m-search .logo {
  margin: -24px 0 0 0;
  width: 124px;
  height: 48px;
  position: absolute;
  left: 18px;
  top: 50%;
  z-index: 10;
  background: url(/static/web_site/images/public/logo_nav.png) no-repeat;
  background-size: 100% 100%;
}

.m-search .searchGroup {
  position: relative;
}

.m-search .searchBox {
  display: inline-block;
  vertical-align: middle;
  margin: auto;
  padding-right: 60px;
  height: 34px;
  border: 1px solid #2b99ff;
  border-radius: 2px;
  text-align: left;
  position: relative;
}

.m-search .select,
.m-search .layui-form-select {
  width: 80px;
  height: 34px;
  line-height: 34px;
  font-size: 16px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #343434;
  border: none;
}

.m-search .layui-form-select {
  display: inline-block;
  vertical-align: middle;
}

.m-search .layui-form-select .layui-input {
  height: 34px;
  line-height: 34px;
  border: none;
}

.m-search .layui-form-select dl dd.layui-this {
  background: #2b99ff;
}

.m-search .line {
  width: 1px;
  height: 26px;
  background: #2b99ff;
  border-radius: 1px 0px 0px 1px;
}

.m-search .searchIpt {
  padding: 0 10px;
  width: 330px;
  height: 34px;
  box-sizing: border-box;
  line-height: 34px;
  border: none;
  outline: none;
  font-size: 14px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #343434;
}

.m-search .searchBtn {
  width: 60px;
  height: 36px;
  background: #2b99ff;
  border-radius: 0 2px 2px 0;
  position: absolute;
  right: -1px;
  top: -1px;
  z-index: 10;
}

.m-search .searchBtn::after {
  content: '';
  margin: -11px 0 0 -11px;
  width: 22px;
  height: 22px;
  background: url(/static/web_site/images/icons/icon_search.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10;
}

.m-search .tipG {
  margin: -8px 0 0 0;
  line-height: 16px;
  font-size: 16px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  position: absolute;
  right: 18px;
  top: 50%;
  z-index: 10;
}

.m-search .tipG .txt {
  color: #343434;
}

.m-search .tipG .txt {
  margin: 0 4px;
  color: #FF6400;
}

.m-search .searchGoMake {
  display: inline-block;
  vertical-align: middle;
  margin-left: 20px;
  padding: 0 17px 0 42px;
  height: 36px;
  line-height: 36px;
  border: 1px solid #E6E6E6;
  border-radius: 4px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666666;
  position: relative;
}

.m-search .searchGoMake:hover {
  background: #2b99ff;
  color: white;
}

.m-search .searchGoMake::before {
  content: '';
  margin-top: -7px;
  width: 17px;
  height: 14px;
  background: url(/static/web_site/images/icons/icon_shop.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 15px;
  top: 50%;
  z-index: 10;
}

.m-search .searchGoMake:hover::before {
  background-image: url(/static/web_site/images/icons/icon_shop_active.png);
}

/* 导航 */
.m-headNav {
  min-width: 1200px;
  -moz-user-select: none;
  /*火狐*/
  -webkit-user-select: none;
  /*webkit浏览器*/
  -ms-user-select: none;
  /*IE10*/
  -khtml-user-select: none;
  /*早期浏览器*/
  user-select: none;
}

.m-headNav .navCT {
  background: #2b99ff;
  height: 50px;
}

.m-headNav .dropG {
  position: relative;
}

.m-headNav .dropG .label {
  padding-right: 20px;
  box-sizing: border-box;
  width: 200px;
  line-height: 50px;
  font-size: 18px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #FFFFFF;
  text-align: center;
  cursor: pointer;
  position: relative;
}

.m-headNav .dropCT {
  display: none;
  width: 614px;
  background: white;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  position: absolute;
  top: 50px;
  left: 0px;
  z-index: 999;
}

.m-headNav .dropG:hover .dropCT {
  display: block;
}

.m-headNav .dropCT .item {
  padding: 20px 2px 12px 24px;
  width: 306px;
  box-sizing: border-box;
}

.m-headNav .dropCT .tit {
  margin-bottom: 20px;
  line-height: 20px;
  font-size: 20px;
  font-family: Source Han Sans CN;
  font-weight: bold;
  color: #343434;
}

.m-headNav .dropCT .jumpLink {
  margin: 0 24px 14px 0;
  line-height: 16px;
  font-size: 16px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #343434;
}

.m-headNav .dropCT .jumpLink.active,
.m-headNav .dropCT .jumpLink:hover {
  color: #1FA0FF;
}

.m-headNav .dropCT .line {
  width: 1px;
  height: 84px;
  background: #9A9A9A;
}

.m-headNav .dropG .label::after {
  content: '';
  margin-top: -4px;
  width: 13px;
  height: 9px;
  background: url(/static/web_site/images/icons/icon_arrow_bottom2.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  right: 20px;
  z-index: 10;
}

.m-headNav .dropG:hover .label {
  background: #4CB2FF;
}

.m-headNav .dropG:hover .label::after {
  background-image: url(/static/web_site/images/icons/icon_arrow_top2.png);
}

.m-headNav .navlink {
    width: fit-content;
    text-align: center;
    line-height: 50px;
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #FFFFFF;
    position: relative;
    padding: 0 15px;
}

.m-headNav .navlink.active,
.m-headNav .navlink:hover,
.m-headNav .navlink.hasDrop .link.active,
.m-headNav .navlink.hasDrop .link:hover {
  background: #4CB2FF;
}

.m-headNav .navlink.hasDrop.active,
.m-headNav .navlink.hasDrop:hover {
  background: #2b99ff;
}


.m-headNav .navlink .tip {
  padding: 0 5px;
  height: 12px;
  line-height: 12px;
  background: #FF3333;
  border-radius: 4px 4px 4px 0px;
  font-size: 10px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #FFFFFF;
  position: absolute;
  top: 6px;
  right: 0px;
  z-index: 10;
}

.m-headNav .navlink .link {
  display: block;
  color: #FFFFFF;
}

.m-headNav .navlink .navDropG {
  display: none;
  background: white;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 11;
}

.m-headNav .navlink:hover .navDropG {
  display: block;
}

.m-headNav .navlink .navDropG .dlink {
  display: block;
  background: #1E9FFF;
  color: white;
}

.m-headNav .quickLinkGroup .label {
  padding-left: 36px;
  line-height: 14px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  text-align: center;
}

.m-headNav .quickLinkGroup .item {
  width: 80px;
  line-height: 14px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  text-align: center;
}

.m-headNav .quickLinkGroup .list {
  padding: 9px 0;
}

.m-headNav .quickLinkGroup .item+.item {
  border-left: 1px solid #CCCCCC;
}

/* 特权介绍入口 */
.m-headNav .privG {
  margin: 10px 10px 0 0;
  position: relative;
}

.m-headNav .privG .label {
  display: block;
  padding: 0 15px;
  height: 30px;
  background: linear-gradient(-45deg, #DCB37C, #FFD38F);
  box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  cursor: pointer;
}

.m-headNav .privG .label:hover {
  background: #DCB37C;
}

.m-headNav .privG .label .icon_vip {
  margin-right: 6px;
  width: 23px;
  height: 15px;
  background: url(/static/web_site/images/public/slider/vip.png) no-repeat;
  background-size: 100% 100%;
}

.m-headNav .privG .label .txt {
  line-height: 30px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #A16412;
}

.m-headNav .privDrop {
  display: none;
  padding-top: 5px;
  position: absolute;
  top: 30px;
  right: 0;
  z-index: 999;
}

.m-headNav .privG:hover .privDrop {
  display: block;
}

.m-headNav .privDropCT {
  padding-top: 30px;
  width: 600px;
  background: #FFFFFF;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
}

.m-headNav .privDropCT .toplist {
  margin-bottom: 30px;
}

.m-headNav .privDropCT .ite {
  box-sizing: border-box;
  padding-top: 15px;
  width: 255px;
  height: 131px;
  border: 1px solid #CCCCCC;
  border-radius: 10px;
  text-align: left;
}

.m-headNav .privDropCT .ite+.ite {
  margin-left: 30px;
}

.m-headNav .privDropCT .ite .titG {
  margin-bottom: 10px;
  padding-left: 15px;
}

.m-headNav .privDropCT .ite .name {
  margin-right: 10px;
  line-height: 16px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #333333;
}

.m-headNav .privDropCT .ite .num1 {
  margin-right: 10px;
  line-height: 16px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #FF3333;
}

.m-headNav .privDropCT .ite .num2 {
  line-height: 11px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  text-decoration: line-through;
  color: #333333;
}

.m-headNav .privDropCT .ite .desc {
  margin-bottom: 10px;
  padding-left: 25px;
  height: 36px;
  line-height: 18px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666666;
}

.m-headNav .privDropCT .ite .action {
  padding-left: 25px;
}

.m-headNav .privDropCT .ite .btn {
  width: 108px;
  height: 30px;
  line-height: 30px;
  border: 1px solid #FF6400;
  border-radius: 4px;
  text-align: center;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
}

.m-headNav .privDropCT .ite .btn1 {
  background: linear-gradient(0deg, #FF9600, #FF6400);
  color: #FFFFFF;
}

.m-headNav .privDropCT .ite .btn2 {
  color: #FF6400;
}

.m-headNav .privDropCT .ite .btnDesc {
  margin-left: 10px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999999;
}

.m-headNav .privDropCT .line1 {
  margin: 0 auto 20px;
  width: 540px;
  height: 1px;
  background: #CCCCCC;
}

.m-headNav .privDropCT .rowTit {
  margin-bottom: 20px;
  padding-left: 30px;
  line-height: 16px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
}

.m-headNav .privDropCT .row {
  box-sizing: border-box;
  margin: 0 auto 20px;
  width: 540px;
}

.m-headNav .privDropCT .row.highschool {
  border: 1px solid #2b99ff;
}

.m-headNav .privDropCT .row.midschool {
  border: 1px solid #F59A23;
}

.m-headNav .privDropCT .row.school {
  border: 1px solid #999999;
  position: relative;
}

.m-headNav .privDropCT .row.school::before {
  content: '即将上线';
  width: 68px;
  height: 20px;
  line-height: 20px;
  background: #FF6400;
  border-radius: 0px 0px 0px 4px;
  text-align: center;
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
  position: absolute;
  top: -1px;
  right: -1px;
  z-index: 10;
}

.m-headNav .privDropCT .row .lab {
  width: 50px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
  text-align: center;
  line-height: 100%;
}

.m-headNav .privDropCT .row.highschool .lab {
  line-height: 100px;
  background: #2b99ff;
}

.m-headNav .privDropCT .row.midschool .lab {
  line-height: 100px;
  background: #F59A23;
}

.m-headNav .privDropCT .row.school .lab {
  line-height: 60px;
  background: #999999;
}

.m-headNav .privDropCT .row .list {
  box-sizing: border-box;
  padding: 15px 0 0 20px;
  width: 485px;
}

.m-headNav .privDropCT .row .it {
  margin: 0 15px 10px 0;
  padding: 0 20px;
  height: 30px;
  line-height: 30px;
  border: 1px solid #999999;
  border-radius: 4px;
  text-align: center;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
}

.m-headNav .privDropCT .row .it:last-child {
  margin-right: 0;
}

.m-headNav .privDropCT .actions {
  height: 36px;
}

.m-headNav .privDropCT .actions .view {
  display: block;
  border-top: 1px solid #CCCCCC;
  line-height: 36px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666666;
  text-align: center;
}

.m-headNav .privDropCT .actions .view:hover {
  color: #1E9FFF;
}

/* 面包屑导航 */
.brumbGroup {
  padding: 15px 0;
}

.brumbGroup .icon {
  margin-right: 6px;
  width: 10px;
  height: 12px;
  background: url(/static/web_site/images/icons/icon_location.png) no-repeat;
  background-size: 100% 100%;
}

.brumbGroup .label {
  margin-right: 7px;
  line-height: 14px;
  font-size: 14px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #333333;
}

.brumbGroup .item {
  padding: 0 6px;
  line-height: 20px;
  border-radius: 4px;
  font-size: 14px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #333333;
  border: 1px solid transparent;
  cursor: pointer;
}

.brumbGroup a.item.active,
.brumbGroup a.item:hover {
  color: #1E9FFF;
  border-color: #1E9FFF;
}

.brumbGroup .item.txt:hover {
  border-color: transparent;
  color: #333333;
}

.brumbGroup .item .red {
  color: #F23030;
}

.brumbGroup .symbol {
  margin-left: 6px;
  font-size: 12px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #333333;
}

/* 面包屑导航 版本2 */
.brumbGroup2 {
  padding: 15px 0;
}

.brumbGroup2 .icon {
  margin-right: 10px;
  width: 12px;
  height: 14px;
  background: url(/static/web_site/images/icons/icon_location2.png) no-repeat;
  background-size: 100% 100%;
}

.brumbGroup2 .label {
  margin-right: 7px;
  line-height: 14px;
  font-size: 14px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #999999;
}

.brumbGroup2 .item {
  margin-right: 20px;
  padding: 0 6px 0 6px;
  line-height: 20px;
  border-radius: 4px;
  font-size: 14px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #999999;
  border: 1px solid transparent;
  cursor: pointer;
  position: relative;
}

.brumbGroup2 .item:not(:last-child):before {
  content: '';
  width: 6px;
  height: 10px;
  background: url(/static/web_site/images/icons/icon_arrow_right.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 5px;
  right: -10px;
  z-index: 10;
}

.brumbGroup2 a.item.active,
.brumbGroup2 a.item:hover {
  color: #1E9FFF;
  border-color: #1E9FFF;
}

/* 试题详情遮罩 */
.k-shadow {
  position: relative;
}

.k-shadow>* {
  opacity: 0;
  visibility: hidden;
}

.k-shadow.show>* {
  opacity: 1;
  visibility: visible;
}

.k-shadowBox {
  opacity: 1;
  visibility: visible;
  display: none;
  padding: 14px 0;
  background: #CCCCCC;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 10;
}

.k-shadow .k-shadowBox {
  display: block;
}

.k-shadowBox .centerCT {
  margin: -30px 0 0 -190px;
  width: 380px;
  height: 60px;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 11;
}

.k-shadowBox .line {
  width: 75px;
  height: 1px;
  background: #FFFFFF;
}

.k-shadowBox .tit {
  margin: 0 10px 0;
  line-height: 16px;
  font-size: 16px;
  font-family: Alibaba PuHuiTi;
  font-weight: bold;
  color: #FFFFFF;
}

.k-shadowBox .unlockBtn {
  margin: 10px auto 0;
  width: 150px;
  height: 34px;
  border-radius: 17px;
  line-height: 34px;
  font-size: 16px;
  font-family: Alibaba PuHuiTi;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
  background: linear-gradient(0deg, #299bd8, #4db6ee);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}

/* 分页 */
.u-pagination {
  font-size: 0;
  text-align: center;
  -moz-user-select: none;
  /*火狐*/
  -webkit-user-select: none;
  /*webkit浏览器*/
  -ms-user-select: none;
  /*IE10*/
  -khtml-user-select: none;
  /*早期浏览器*/
  user-select: none;
}

.u-pagination .prev,
.u-pagination .next {
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px;
  line-height: 25px;
  font-size: 12px;
  font-family: Alibaba PuHuiTi;
  font-weight: 400;
  color: #343434;
  cursor: pointer;
}

.u-pagination .prev:hover,
.u-pagination .next:hover {
  color: #1FA0FF;
}

.u-pagination .prev.disabled,
.u-pagination .next.disabled {
  color: #CCCCCC;
  cursor: inherit;
}

.u-pagination .prev.disabled:hover,
.u-pagination .next.disabled:hover {
  color: #CCCCCC;
}

.u-pagination .list {
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
}

.u-pagination .list .item {
  display: inline-block;
  vertical-align: middle;
  padding: 0 10px;
  line-height: 25px;
  font-size: 12px;
  font-family: Alibaba PuHuiTi;
  font-weight: 400;
  color: #343434;
  text-align: center;
  background: #F2F2F2;
  border-radius: 2px;
}

.u-pagination .list .item+.item {
  margin-left: 10px;
}

.u-pagination .list .link {
  cursor: pointer;
}

.u-pagination .list .link:hover,
.u-pagination .list .link.active {
  background: #2b99ff;
  color: white;
}

.u-pagination .jumpLabel {
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
  font-family: Alibaba PuHuiTi;
  font-weight: 400;
  color: #999999;
}

.u-pagination .jumpLabel .txt {
  display: inline-block;
  vertical-align: middle;
  line-height: 25px;
  font-size: 12px;
}

.u-pagination .jumpLabel .jumpNum {
  display: inline-block;
  margin: 0 6px;
  width: 3.5em;
  height: 23px;
  border: 1px solid #999999;
  border-radius: 2px;
  vertical-align: middle;
  line-height: 25px;
  font-size: 12px;
  text-align: center;
}

.u-pagination .jumpLabel .jumpBtn {
  display: inline-block;
  margin-left: 10px;
  padding: 0 10px;
  border: 1px solid #999999;
  border-radius: 2px;
  vertical-align: middle;
  line-height: 25px;
  font-size: 12px;
  cursor: pointer;
}

.u-pagination .jumpLabel .jumpBtn:hover {
  opacity: 0.8;
}

/* 底部banner */
.m-vipFooter {
  margin-bottom: 40px;
}

.m-vipFooter .ct {
  display: block;
  height: 120px;
  background: url(/static/web_site/images/public/vipfooter.png) no-repeat;
  background-size: 100% 100%;
}

.m-vipFooter .txt {
  margin-right: 60px;
  line-height: 120px;
  font-size: 36px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #FFFFFF;
}

.m-vipFooter .jump {
  width: 160px;
  height: 42px;
  line-height: 42px;
  background: linear-gradient(90deg, #FF9600, #FF6400);
  border-radius: 8px;
  text-align: center;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #FFFFFF;
}

.m-vipFooter .jump:hover {
  background: #FF6400;
}

/* 公共底部 */
.m-footer {
  min-width: 1200px;
}

.m-footer .tct {
  padding: 40px 0 20px 0;
  background: #323232;
}

.m-footer .lCt {
  padding-top: 10px;
}

.m-footer .lCt .logoImg {
  margin-bottom: 14px;
  width: 188px;
  height: 46px;
  background: url(/static/web_site/images/public/logo_foot.png) no-repeat;
  background-size: 100% 100%;
}

.m-footer .lCt .txt {
  line-height: 16px;
  font-size: 16px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #FFFFFF;
  text-align: center;
}

.m-footer .vLine {
  margin: 0 48px 0 15px;
  width: 1px;
  height: 100px;
  background: #FFFFFF;
}

.m-footer .mCt {
  width: 410px;
}

.m-footer .mCt .tit {
  margin-bottom: 17px;
  line-height: 24px;
  font-size: 24px;
  font-family: Source Han Sans CN;
  font-weight: 500;
  color: #FFFFFF;
}

.m-footer .mCt .txt {
  font-size: 14px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #A5A5A5;
  line-height: 16px;
}

.m-footer .rCt .commitBtn {
  display: inline-block;
  margin: 0 auto 22px;
  width: 170px;
  line-height: 40px;
  background: #565656;
  border-radius: 20px;
  font-size: 14px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #999999;
  text-align: center;
  cursor: pointer;
}

.m-footer .rCt .commitBtn:hover {
  color: white;
  background: #2b99ff;
}

.m-footer .rCt .txt {
  line-height: 16px;
  font-size: 15px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #999999;
}

.m-footer .linkCT {
  padding: 10px 0;
  background: #404040;
}

.m-footer .linkCT .label,
.m-footer .linkCT .link {
  margin-right: 12px;
  font-size: 14px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #d9d9d9;
  line-height: 16px;
}

.m-footer .copyCT {
  padding: 26px 0 22px;
  background: #222222;
  text-align: center;
}

.m-footer .copyCT .p1 {
  margin-bottom: 15px;
  line-height: 13px;
  font-size: 12px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #999999;
}

.m-footer .copyCT .p2,
.m-footer .copyCT .p2 .link {
  line-height: 17px;
  font-size: 14px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #999999;
}

.m-footer .copyCT .p2 .p2_line {
  margin: 0 5px;
  width: 1px;
  height: 14px;
  background: #999999;
}

/* 右边工具栏 */
.m-sliderRightTool {
  display: none;
  width: 300px;
  background: #FFFFFF;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
  position: fixed;
  /* top: 40px; */
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  margin-right: -260px;
  transition: all .3s;
}

.m-sliderRightTool.showList {
  margin-right: 0;
}

@media screen and (min-width: 1280px) {
  .m-sliderRightTool {
    display: block;
  }
}

.m-sliderRightTool .list {
  box-sizing: border-box;
  padding-bottom: 50px;
  margin-top: -240px;
  width: 40px;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 10;
}

.m-sliderRightTool .item {
  display: block;
  box-sizing: border-box;
  padding: 10px 0;
  width: 40px;
  position: relative;
}

.m-sliderRightTool .item.vip {
  background: linear-gradient(0deg, #EBC49D, #F2DFCB);
}

.m-sliderRightTool .item.quesBlue {
  background: #FFA366;
}

.m-sliderRightTool .item .icon {
  margin: 0 auto 7px;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.m-sliderRightTool .item .txt {
  line-height: 14px;
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  text-align: center;
}

.m-sliderRightTool .item .content {
  display: none;
  padding-right: 10px;
  position: absolute;
  right: 40px;
  top: 50%;
  z-index: 10;
}

.m-sliderRightTool .item:hover .content {
  display: block;
}

.m-sliderRightTool .item .content .link {
  display: block;
}

.m-sliderRightTool .item.vip:hover {
  background: #EBC49D;
}

.m-sliderRightTool .item.vip:hover .txt {
  color: #333333;
}

.m-sliderRightTool .item.quesBlue .txt,
.m-sliderRightTool .item.quesBlue:hover .txt {
  color: white;
}

.m-sliderRightTool .item.quesBlue .num {
  margin: 6px auto 0;
  width: 22px;
  font-size: 12px;
  line-height: 20px;
  color: white;
  text-align: center;
  border: 1px solid white;
  border-radius: 50%;
}

.m-sliderRightTool .item:hover .txt {
  color: #1E9FFF;
}

.m-sliderRightTool .item.vip .icon {
  background-image: url(/static/web_site/images/public/slider/iconvip.png);
}

.m-sliderRightTool .item.vip .content {
  top: 0;
}

.m-sliderRightTool .item.vip .content .link {
  width: 240px;
  height: 101px;
  background: url() no-repeat;
  background-size: 100% 100%;
}

.m-sliderRightTool .item.quesBlue .icon {
  background-image: url(/static/web_site/images/icons/icon_shoppingchat.png);
}

.m-sliderRightTool .item.guide .icon {
  background-image: url(/static/web_site/images/icons/icon_question.png);
}

.m-sliderRightTool .item.guide:hover .icon {
  background-image: url(/static/web_site/images/icons/icon_question_active.png);
}

.m-sliderRightTool .item.serve .icon {
  background-image: url(/static/web_site/images/icons/icon_serve.png);
}

.m-sliderRightTool .item.serve:hover .icon {
  background-image: url(/static/web_site/images/icons/icon_serve_active.png);
}

.m-sliderRightTool .item.serve .content {
  top: -20px;
}

.m-sliderRightTool .item.serve .content .link {
  box-sizing: border-box;
  padding: 14px 10px 20px 25px;
  width: 240px;
  background: white;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  border-radius: 8px;
}

.m-sliderRightTool .item.serve .content .row {
  margin-bottom: 15px;
}

.m-sliderRightTool .item.serve .content .label {
  margin-right: 15px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666666;
}

.m-sliderRightTool .item.serve .content .call {
  width: 103px;
  height: 24px;
  line-height: 24px;
  background: linear-gradient(-10deg, #3B8BF8, #64D4FD);
  box-shadow: 0px 8px 8px 0px rgba(59, 139, 248, 0.35);
  border-radius: 8px;
  text-align: center;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
}

.m-sliderRightTool .item.serve .content .call:hover {
  background: #3B8BF8;
}

.m-sliderRightTool .item.serve .content .worktime {
  line-height: 20px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  text-align: center;
}

.m-sliderRightTool .item.group .icon {
  background-image: url(/static/web_site/images/icons/icon_group2.png);
}

.m-sliderRightTool .item.group:hover .icon {
  background-image: url(/static/web_site/images/icons/icon_group2_active.png);
}

.m-sliderRightTool .item.group .content {
  margin: -59px 0px 0 0;
}

.m-sliderRightTool .item.group .content .link {
  width: 240px;
  height: 118px;
  background: url(/static/web_site/images/public/slider/group_ct.png) no-repeat;
  background-size: 100% 100%;
}

.m-sliderRightTool .item.fav .icon {
  background-image: url(/static/web_site/images/icons/icon_fav2.png);
}

.m-sliderRightTool .item.fav:hover .icon {
  background-image: url(/static/web_site/images/icons/icon_fav2_active.png);
}

.m-sliderRightTool .item.fav .content {
  margin: -44px 0px 0 0;
}

.m-sliderRightTool .item.fav .content .link {
  width: 130px;
  height: 88px;
  background: url(/static/web_site/images/public/slider/fav_ct.png) no-repeat;
  background-size: 100% 100%;
}

.m-sliderRightTool .item.gif .icon {
  background-image: url(/static/web_site/images/icons/icon_gif.png);
}

.m-sliderRightTool .item.gif:hover .icon {
  background-image: url(/static/web_site/images/icons/icon_gif_active.png);
}

.m-sliderRightTool .item.goTop {
  display: none;
  width: 40px;
  background: white;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 11;
}

.m-sliderRightTool .item.goTop .icon {
  background-image: url(/static/web_site/images/icons/icon_goTop2.png);
}

.m-sliderRightTool .item.goTop:hover .icon {
  background-image: url(/static/web_site/images/icons/icon_goTop2_active.png);
}

.m-sliderRightTool .list>.line {
  margin: auto;
  width: 34px;
  height: 1px;
  background: #E6E6E6;
}

.m-sliderRightTool .list>.line.white {
  background: white;
}

@media screen and (max-height: 530px) {
  .m-sliderRightTool .list {
    margin-top: 0;
    /* position: static; */
    top: 0;
  }

  .m-sliderRightTool .item.gif,
  .m-sliderRightTool .linegif {
    display: none;
  }
}

@media screen and (max-height: 470px) {

  .m-sliderRightTool .item.fav,
  .m-sliderRightTool .linefav {
    display: none;
  }
}

@media screen and (max-height: 410px) {

  .m-sliderRightTool .item.group,
  .m-sliderRightTool .linegroup {
    display: none;
  }
}

@media screen and (max-height: 350px) {

  .m-sliderRightTool .item.serve,
  .m-sliderRightTool .lineserve {
    display: none;
  }
}

@media screen and (max-height: 290px) {

  .m-sliderRightTool .item.guide,
  .m-sliderRightTool .lineguide {
    display: none;
  }
}

/* 工具栏-侧边组卷篮 */
.m-testBaskGroup {
  width: 260px;
  height: 100%;
  min-height: 100vh;
  background-color: #F2F5F7;
  margin-left: 40px;
  padding: 0 15px;
  box-sizing: border-box;
  overflow-y: auto;
}

.m-testBaskGroup .bask-title {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  padding: 20px 0;
}

.m-testBaskGroup .num {
  color: #1E9FFF;
}

.m-testBaskGroup .test-it {
  height: 40px;
  line-height: 40px;
  width: 230px;
  margin: 0 auto;
  background: #FFFFFF;
  border-radius: 4px;
  padding: 0 10px;
  box-sizing: border-box;
}

.m-testBaskGroup .test-it+.test-it {
  margin-top: 15px;
}

.m-testBaskGroup .test-it .lable,
.m-testBaskGroup .test-it .text {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
}

.m-testBaskGroup .test-it .icon-gbl {
  margin-left: 12px;
}

.m-testBaskGroup .test-it .icon-del {
  width: 16px;
  height: 16px;
  background: url(../images/icon/icon_del.png) no-repeat;
  background-size: 100% 100%;
}

.m-testBaskGroup .opera-clear {
  text-align: right;
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999999;
  margin: 20px 0;
}

.m-testBaskGroup .opera-btn {
  width: 100%;
  max-width: 230px;
  height: 41px;
  text-align: center;
  line-height: 41px;
  background: #1E9FFF;
  border-radius: 4px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
}

.m-testBaskGroup .opera-btn:hover {
  color: white;
}

/**** 全局提示弹窗 ****/
.m-publicDialog {
  border-radius: 10px !important;
  overflow: hidden;
}

.m-publicDialog .layui-layer-title {
  padding: 0 20px;
  height: 54px;
  line-height: 54px;
  background: rgba(54, 132, 248, 1);
  font-size: 20px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: rgba(255, 255, 255, 1);
  text-align: center;
}

.m-publicDialog.layui-layer-dialog .layui-layer-content {
  height: auto !important;
  padding: 80px 20px;
  text-align: center;
}

.m-publicDialog .textct {
  display: inline-block;
}

.m-publicDialog .textct .icon {
  float: left;
  width: 24px;
  height: 24px;
  line-height: 24px;
  background: url(../images/icon/icon_info.png) no-repeat;
  background-size: 100% 100%;
}

.m-publicDialog .text {
  margin-left: 38px;
  line-height: 24px;
  font-size: 16px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: rgba(18, 18, 18, 1);
}

.m-publicDialog .layui-layer-btn0 {
  display: block;
  margin: auto;
  width: 300px;
  height: 44px;
  line-height: 44px;
  background-color: rgba(42, 174, 250, 1);
  background: linear-gradient(180deg, rgba(42, 174, 250, 1) 0%, rgba(40, 113, 250, 1) 100%);
  border: none;
  border-radius: 22px;
  text-align: center;
  font-size: 16px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: rgba(255, 255, 255, 1);
}


/* 下载确认弹窗 */
.m-downloadDialog.layui-layer-dialog .layui-layer-content {
  padding: 54px 0;
}

.m-downloadDialog .tit {
  margin-bottom: 50px;
  height: 16px;
  line-height: 16px;
}

.m-downloadDialog .text .num {
  color: #FF6E01;
  line-height: 16px;
}

.m-downloadDialog .text {
  margin-left: 0;
  display: inline-block;
  line-height: 16px;
  font-size: 16px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #343434;
}

.m-downloadDialog .text+.text {
  margin-left: 52px;
}

.m-downloadDialog .processCT {
  margin-bottom: 10px;
  height: 8px;
  line-height: 8px;
}

.m-downloadDialog .processBox {
  width: 345px;
  height: 8px;
  background: #CCCCCC;
  border-radius: 4px;
  overflow: hidden;
  position: relative;
}

.m-downloadDialog .processBg {
  width: 345px;
  height: 8px;
  background: #8FCFFF;
  transition: all ease 1s;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}

.m-downloadDialog .processNum {
  margin-left: 14px;
  width: 36px;
  line-height: 8px;
  font-size: 10px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #9A9A9A;
  text-align: center;
}

.m-downloadDialog .tips {
  line-height: 15px;
  font-size: 14px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #9A9A9A;
}

/* 试题详情遮罩支付 */
.m-detailPayDialog {
  overflow-y: inherit !important;
}

/* 试题详情遮罩支付状态 */
.m-isDetailPayedDialog .d-isDetailPayed {
  padding: 40px 30px 0;
}

.m-isDetailPayedDialog .icon {
  width: 70px;
  height: 70px;
  background: url(/static/new_pay/images/detailpay/icon_study.png) no-repeat;
  background-size: 100% 100%;
}

.m-isDetailPayedDialog .rightCt {
  margin-left: 30px;
}

.m-isDetailPayedDialog .tit {
  margin-bottom: 20px;
  line-height: 18px;
  font-size: 18px;
  font-family: Alibaba PuHuiTi;
  font-weight: bold;
  color: #343434;
}

.m-isDetailPayedDialog .desc {
  margin-bottom: 20px;
  line-height: 14px;
  font-size: 14px;
  font-family: Alibaba PuHuiTi;
  font-weight: 400;
  color: #343434;
}

.m-isDetailPayedDialog .successBtn {
  width: 100px;
  height: 28px;
  border-radius: 4px;
  line-height: 28px;
  text-align: center;
  font-size: 14px;
  font-family: Alibaba PuHuiTi;
  font-weight: 400;
  color: #FFFFFF;
  background: linear-gradient(180deg, #5eb6f8, #1e9fff);
}

.m-isDetailPayedDialog .questionBtn {
  margin-left: 20px;
  width: 100px;
  height: 28px;
  border-radius: 4px;
  line-height: 28px;
  text-align: center;
  font-size: 14px;
  font-family: Alibaba PuHuiTi;
  font-weight: 400;
  color: #FFFFFF;
  background: linear-gradient(180deg, #ff9600, #ff6400);
}

/* 下载进度 弹窗 */
.m-downProcessDialog.layui-layer-dialog .layui-layer-content {
  padding: 54px 0;
}

.m-downProcessDialog .textct {
  display: block;
}

.m-downProcessDialog .tit {
  margin-bottom: 50px;
  line-height: 16px;
  font-size: 16px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #343434;
  text-align: center;
}

.m-downProcessDialog .tit .num {
  margin-left: 6px;
  color: #FF6400;
}

.m-downProcessDialog .processCT {
  margin-bottom: 10px;
  height: 8px;
  line-height: 8px;
}

.m-downProcessDialog .processBox {
  width: 345px;
  height: 8px;
  background: #CCCCCC;
  border-radius: 4px;
  overflow: hidden;
  position: relative;
}

.m-downProcessDialog .processBg {
  width: 345px;
  height: 8px;
  background: #8FCFFF;
  transform: translateX(-345px);
  transition: all ease 1s;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}

.m-downProcessDialog .processNum {
  margin-left: 14px;
  width: 36px;
  line-height: 8px;
  font-size: 10px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #9A9A9A;
  text-align: center;
}

.m-downProcessDialog .tips {
  line-height: 14px;
  font-size: 14px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #9A9A9A;
}

.m-downProcessDialog .layui-layer-btn .layui-layer-btn0 {
  background: #CCCCCC;
  cursor: default;
}

.m-downProcessDialog .layui-layer-btn a:hover {
  opacity: 1;
}

/* 下载失败 弹窗 */
.m-downFailedDialog.layui-layer-dialog .layui-layer-content {
  padding: 25px 0;
}

.m-downFailedDialog .failedImg {
  margin: 0 auto 20px;
  width: 250px;
  height: 127px;
  background: url(/static/new_pay/images/download/failed_bg.png) no-repeat;
  background-size: 100% 100%;
}

.m-downFailedDialog .tips {
  margin-bottom: 20px;
  line-height: 16px;
  font-size: 16px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #343434;
  text-align: center;
}

.m-downFailedDialog .downLoad {
  margin: auto;
  width: 226px;
  height: 40px;
  background: #4CB2FF;
  border-radius: 20px;
  line-height: 40px;
  font-size: 16px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #FFFFFF;
  text-align: center;
}

/* 复制权限提示弹窗 */
.m-copyRuleDialog {
  overflow: inherit;
}

.m-copyRuleDialog.layui-layer-dialog .layui-layer-content {
  padding: 50px 40px 40px;
}

.m-copyRuleDialog .tit {
  margin-bottom: 40px;
  line-height: 24px;
  font-size: 24px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #343434;
}

.m-copyRuleDialog .list .item {
  display: inline-block;
  width: 50%;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #343434;
  text-align: left;
  text-indent: 34px;
  position: relative;
}

.m-copyRuleDialog .list .item::before {
  content: '';
  margin-top: -10px;
  width: 22px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 10;
}

.m-copyRuleDialog .list .item1::before {
  background-image: url(/static/web_site/images/public/dialog/down1.png);
}

.m-copyRuleDialog .list .item2::before {
  background-image: url(/static/web_site/images/public/dialog/down2.png);
}

.m-copyRuleDialog .list .item3::before {
  background-image: url(/static/web_site/images/public/dialog/down3.png);
}

.m-copyRuleDialog .list .item4::before {
  background-image: url(/static/web_site/images/public/dialog/down4.png);
}

.m-copyRuleDialog .layui-layer-btn0 {
  width: 260px;
  height: 40px;
  line-height: 40px;
  background: #EEC677 !important;
  border-radius: 5px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
}

/* 课件下载反馈弹窗提示 */
.m-feedbackDialog {

  text-align: center;
}

.m-feedbackDialog.layui-layer-dialog .layui-layer-content {
  padding: 50px 50px 30px;
}

.m-feedbackDialog .layui-layer-setwin .layui-layer-close2 {
  top: -10px;
  right: -10px;
}

.m-feedbackDialog .title {
  margin-bottom: 28px;
  line-height: 15px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
}

.m-feedbackDialog .iptRow {
  margin-bottom: 12px;
}

.m-feedbackDialog .iptRow .label {
  width: 80px;
  line-height: 34px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
}

.m-feedbackDialog .iptRow .input {
  width: 316px;
  text-indent: 10px;
  line-height: 32px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999999;
  border: 1px solid #CCCCCC;
  border-radius: 4px;
}

.m-feedbackDialog .action {
  padding-top: 12px;
}

.m-feedbackDialog .action .submitBtn {
  margin: 0 auto 15px;
  width: 133px;
  height: 36px;
  line-height: 36px;
  background: #BF4D4D;
  border-radius: 4px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
}

.m-feedbackDialog .other {
  line-height: 12px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
}

/* 左侧299入口 */
.m-floatLeft {
  display: none;
  cursor: pointer;
  position: fixed;
  left: 18px;
  bottom: 180px;
  z-index: 9999;
}

.m-floatLeft .c_page1 {
  display: none;
  width: 150px;
  height: 204px;
  background: url(/static/web_site/images/public/fleft/bg.png) no-repeat;
  background-size: 100% 100%;
}

.m-floatLeft .c_page1 .c_close {
  width: 16px;
  height: 16px;
  background: url(/static/web_site/images/public/fcenter/icon_close.png) no-repeat center;
  background-size: 12px 12px;
  position: absolute;
  top: 11px;
  right: 12px;
  z-index: 10;
  border: 2px solid #fff;
  border-radius: 50%;
  padding: 2px;
}

.m-floatLeft[data-page="1"] .c_page1 {
  display: block;
}

.m-floatLeft .c_page2 {
  display: none;
  width: 150px;
  height: 200px;
  background: url(/static/web_site/images/public/fleft/bg_2.png) no-repeat;
  background-size: 100% 100%;
}

.m-floatLeft[data-page="2"] .c_page2 {
  display: block;
}

.m-floatLeft .c_page2 .timeBox {
  text-align: center;
  position: absolute;
  top: 130px;
  left: 0;
  right: 0;
  z-index: 10;
}

.m-floatLeft .c_page2 .timer .text,
.m-floatLeft .c_page2 .timer .num {
  line-height: 18px;
  font-size: 22px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #FFFFFF;
}

/* 中间入口 */
.m-floatCenter {
  display: none;
  margin: -210px 0 0 -325px;
  width: 650px;
  height: 420px;
  text-align: center;
  background: white;
  border-radius: 20px;
  box-shadow: 0px 0px 27px 3px rgba(204, 48, 16, 0.4);
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 9999999;
}

.m-floatCenter .close {
  width: 16px;
  height: 16px;
  background: url(/static/web_site/images/public/fcenter/icon_close.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 15px;
  right: 20px;
  z-index: 10;
}

/* 中间入口 第一页 */
.m-floatCenter .c_page1 {
  display: none;
}

.m-floatCenter[data-page="1"] .c_page1 {
  display: block;
}

.m-floatCenter .c_page1 .title {
  margin-bottom: 30px;
  width: 650px;
  height: 100px;
  background: url(/static/web_site/images/public/fcenter/banner1.png) no-repeat;
  background-size: 100% 100%;
}

.m-floatCenter .c_page1 .list {
  margin-bottom: 30px;
}

.m-floatCenter .c_page1 .item {
  width: 150px;
  height: 204px;
  background: url(/static/web_site/images/public/fcenter/bg.png) no-repeat;
  background-size: 100% 100%;
  cursor: pointer;
}

.m-floatCenter .c_page1 .item[data-num="20"] {
  background-image: url(/static/web_site/images/public/fcenter/bg_20.png);
}

.m-floatCenter .c_page1 .item[data-num="50"] {
  background-image: url(/static/web_site/images/public/fcenter/bg_50.png);
}

.m-floatCenter .c_page1 .item[data-num="100"] {
  background-image: url(/static/web_site/images/public/fcenter/bg_100.png);
}

.m-floatCenter .c_page1 .item+.item {
  margin-left: 50px;
}

.m-floatCenter .c_page1 .txt {
  line-height: 18px;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999999;
  text-align: center;
}

/* 中间入口 第二页 */
.m-floatCenter[data-page="2"] {
  margin: -275px 0 0 -250px;
  width: 500px;
  height: 550px;
}

.m-floatCenter .c_page2 {
  display: none;
}

.m-floatCenter[data-page="2"] .c_page2 {
  display: block;
}

.m-floatCenter .c_page2 .title {
  margin-bottom: 35px;
  width: 500px;
  height: 100px;
  background: url(/static/web_site/images/public/fcenter/banner2.png) no-repeat;
  background-size: 100% 100%;
}

.m-floatCenter .c_page2 .timer {
  margin-bottom: 35px;
}

.m-floatCenter .c_page2 .txt {
  line-height: 18px;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #333333;
}

.m-floatCenter .c_page2 .num,
.m-floatCenter .c_page2 .text {
  margin: 0 5px;
  width: 30px;
  line-height: 20px;
  font-size: 24px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #EE3C41;
  text-align: center;
}

.m-floatCenter .c_page2 .text {
  width: 10px;
}

.m-floatCenter .c_page2 .img {
  display: block;
  margin: 0 auto 38px;
  width: 385px;
  height: 123px;
  background: url(/static/web_site/images/public/fcenter/p2_bg.png) no-repeat;
  background-size: 100% 100%;
}

.m-floatCenter .c_page2 .act {
  display: block;
  margin: 0 auto 70px;
  width: 160px;
  height: 46px;
  line-height: 46px;
  background: linear-gradient(0deg, #EE3C41, #FA8F53);
  border-radius: 10px;
  font-size: 24px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
}

.m-floatCenter .c_page2 .tip {
  padding: 0 36px;
  line-height: 24px;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999999;
}

/* 查看答案pup */
.lay-answer-pup {
  border-radius: 8px;
}

.m-answer-pup {
  display: none;
}

.m-answer-pup .model-cont {
  width: 830px;
  max-width: 830px;
  background-image: linear-gradient(#FF4949, #ffffff);
  border-radius: 8px;
  position: relative;
}

.m-answer-pup .mode-header {
  width: 705px;
  margin: 0 auto;
  height: 155px;
  background: url(../images/pay/answer_bg@2x.png) no-repeat;
  background-size: 100%;
}

.m-answer-pup .close-model {
  width: 64px;
  height: 64px;
  background: url(../images/pay/icon_an_close@2x.png) center center no-repeat;
  background-size: 24px 24px;
  position: absolute;
  right: 35px;
  top: 12px;
  z-index: 9;
}

.m-answer-pup .mode-header .tit {
  display: block;
  width: 100%;
  text-align: center;
  padding-top: 32px;
  box-sizing: border-box;
}

.m-answer-pup .mode-header .tit::before {
  content: '';
  display: inline-block;
  width: 140px;
  height: 2px;
  background: linear-gradient(315deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
  margin-right: 10px;
  vertical-align: middle;
}

.m-answer-pup .mode-header .tit::after {
  content: '';
  display: inline-block;
  width: 140px;
  height: 2px;
  background-image: linear-gradient(to right, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
  margin-left: 10px;
  vertical-align: middle;
}

.m-answer-pup .mode-header .tit span {
  vertical-align: middle;
  font-size: 39px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 54px;
  text-shadow: 0px 4px 2px rgba(0, 0, 0, 0.1);
}

.m-answer-pup .sub-time {
  margin-top: 14px;
  text-align: center;
}

.m-answer-pup .sub-time .label {
  font-size: 28px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #FFF67D;
  line-height: 40px;
}

.m-answer-pup .sub-time .timer {
  width: 260px;
  height: 50px;
  background: linear-gradient(180deg, #FAECB7 0%, #FDE395 100%);
  border-radius: 2px;
  font-size: 32px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #F63827;
  line-height: 50px;
  text-align: center;
  margin-left: 10px;
}

.m-answer-pup .model-details {
  background-color: white;
  margin: 15px;
  border-radius: 10px;
  padding: 40px 0 34px;
}

.m-answer-pup .price-way {
  text-align: center;
}

.m-answer-pup.not-login .mouth .wx-tip {
  display: none;
}

.m-answer-pup .price-way .way.active {
  background: #FFF5F5;
  border: 1px solid #F9220F;
}

.m-answer-pup .price-way .way {
  width: 334px;
  height: 114px;
  background: #FFFFFF;
  border-radius: 10px;
  border: 1px solid #DCDCDC;
  margin: 0 auto;
  background: #FFFFFF;
  position: relative;
  padding: 0 10px;
  box-sizing: border-box;
  transition: all 0.3s;
}

.m-answer-pup .line {
  width: 1px;
  height: 320px;
  background: #D8D8D8;
  margin: 0 33px;
}

.m-answer-pup .price-way .way .hot {
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  font-size: 16px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 28px;
  width: 51px;
  text-align: center;
  background-color: red;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.m-answer-pup .price-way .way .tit {
  margin-top: 18px;
}

.m-answer-pup .price-way .way p {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.m-answer-pup .price-way .way .tit .label {
  font-size: 29px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #333333;
  line-height: 41px;
}

.m-answer-pup .price-way .way .desc {
  font-size: 20px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #333333;
  line-height: 28px;
}

.m-answer-pup .price-way .way .red {
  font-size: 38px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #F63827;
  line-height: 53px;
}

.m-answer-pup .price-way .way .tips {
  font-size: 17px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #A28B8B;
  line-height: 25px;
  margin-top: 10px;
}

.m-answer-pup .price-way .way .bef {
  text-decoration: line-through;
}

.m-answer-pup .pay-wx-code {
  margin-top: 30px;
}

.m-answer-pup .codeBox {
  width: 183px;
  height: 179px;
  background: #FFFFFF;
  border: 1px solid #E3E3E3;
  overflow: hidden;
  padding: 20px;
  box-sizing: border-box;
  margin: 0 auto;
  position: relative;
}

.m-answer-pup .codeBox canvas {
  width: 100%;
  height: 100%;
}

.m-answer-pup .codeBox .not-mask {
  display: none;
  font-size: 15px;
  text-align: center;
  line-height: 179px;
  color: white;
}

.m-answer-pup.not-login .codeBox .not-mask {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: url(../images/pay/icon_notmask.png) no-repeat;
  background-size: 100% 100%;
}

.m-answer-pup .pay-wx-code img {
  max-width: 100%;
  max-height: 100%;
}

.m-answer-pup .pay-wx-code .wx-tip {
  font-size: 25px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #32D632;
  line-height: 36px;
  margin-top: 20px;
}

.m-answer-pup .pay-wx-code .icon-paywx {
  display: inline-block;
  width: 47px;
  height: 42px;
  background: url(../images/pay/icon_paywx@2x.png) no-repeat;
  background-size: 100% 100%;
  margin-right: 6px;
}

.m-answer-pup .kf {
  font-size: 20px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #666666;
  line-height: 28px;
  display: block;
  width: 100px;
  margin: 34px auto 0;
  text-align: center;
}

.m-answer-pup .login-btn {
  display: none;
  width: 223px;
  height: 45px;
  background-color: #ffa538;
  font-size: 18px;
  line-height: 45px;
  color: white;
  margin: 20px auto 0;
}

.m-answer-pup.not-login .login-btn {
  display: block;
}

/* 新人立减 */
.m-newpupBox {
  background-color: transparent !important;
  background: transparent !important;
  box-shadow: none !important;
}

.m-newpople-pup {
  /* position: fixed;
  left: 50%;
  top: 20%; */
  position: relative;
  width: 480px;
  height: 583px;
  background: url(../images/pay/bg-newpople@2x.png) no-repeat;
  background-size: 100% 100%;

}

.m-newpople-pup .cont {
  font-size: 24px;
  line-height: 46px;
  padding-top: 258px;
  text-align: center;
}

.m-newpople-pup .font-xl {
  font-size: 42px;
  color: #FF5900;
}

.m-newpople-pup .yellow {
  font-size: 28px;
  color: #FF6400;
}

.m-newpople-pup .continueBtn {
  width: 322px;
  height: 69px;
  background: linear-gradient(180deg, #FF9300 0%, #FF3600 100%);
  box-shadow: 0px 2px 4px 0px rgba(251, 255, 128, 0.38);
  border-radius: 35px;
  line-height: 69px;
  text-align: center;
  margin: 114px auto 0;
  font-size: 30px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #FFFFFF;
  letter-spacing: 3px;
  text-shadow: 0px 2px 2px rgba(72, 22, 22, 0.5);
}

.m-newpople-pup .closeBtn {
  position: absolute;
  bottom: -35px;
  left: 50%;
  margin-left: -46px;
  font-size: 22px;
  font-family: PingFang-SC-Regular, PingFang-SC;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 30px;
  letter-spacing: 2px;
}